buiduyen

settings hybrid tempo

Feb 7th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. //Tempo Mage - HR fokilpt
  2.  
  3. enfacehp = 15; // hp of enemy when your hero is allowed to attack the enemy face with his weapon
  4. maxwide = 5200; // numer of boards which are taken to the next deep-lvl
  5. twotsamount = 1150; // number of boards where the next turn is simulated
  6. simEnemySecondTurn = true; // if he simulates the next players-turn, he also simulates the enemys respons
  7. playarround = false; //play around some enemys aoe-spells?
  8. playaroundprob = 40; //probability where the enemy plays the aoe-spell, but your minions will not die through it
  9. playaroundprob2 = 70; // probability where the enemy plays the aoe-spell, and your minions can die!
  10. enemyTurnMaxWide = 40; // bords calculated in enemys-first-turn in first AI step (lower than enemySecondTurnMaxWide)
  11. enemyTurnMaxWideSecondTime = 220; // bords calculated in enemys-first-turn BUT in the second AI step (higher than enemyTurnMaxWide)
  12. enemySecondTurnMaxWide = 40; // number of enemy-board calculated in enemys second TURN
  13. nextTurnDeep = 6; //maximum combo-deep in your second turn (dont change this!)
  14. nextTurnMaxWide = 20; //maximum boards calculated in one second-turn-"combo-step"
  15. nextTurnTotalBoards = 200;//maximum boards calculated in second turn simulation
  16. useSecretsPlayArround = false; // playing arround enemys secrets
  17. alpha = 50; // weight of the second turn in calculation (0<= alpha <= 100)
  18. simulatePlacement = true; // set this true, and ai will simulate all placements, whether you have a alpha/flametongue/argus
  19. useExternalProcess = true; // use silver.exe for calculations a lot faster than turning it off (true = recomended)
  20. passiveWaiting = false; // process will wait passive for silver.exe to finish
  21. behave = control; // select the behavoir of the ai: control, rush, face (new) or mana (very experimental, dont use that :D)
  22. concedeOnBadBoard = false; // set this to true and ai will concede if enemy is to good
  23. speed = false; //set this to true, to support sending multiple actions to bot
Add Comment
Please, Sign In to add comment